@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background: url(../assets/bg.svg);
  background-size: cover;
  overflow-x: hidden;
}

.home h2 {
  text-transform: uppercase;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  main {
    overflow-y: hidden;
  }
}
.logo {
  max-width: 150px;
}
@media (max-width: 767px) {
  .logo {
    max-width: 100px;
  }
}

.banner-slider {
  width: 100%;
  margin: 0;
  padding: 0;
}

.banner-slider img {
  width: 100%;
}

.banner-slider li {
  padding: 0;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.banner-slider .slick-track {
  padding: 0;
  margin: 0;
}

.banner-slider .slick-prev, .banner-slider .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  border: #FFF solid 1px;
  background: transparent;
  z-index: 99;
}
@media (max-width: 767px) {
  .banner-slider .slick-prev, .banner-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}

.banner-slider .slick-next:before, .banner-slider .slick-prev:before {
  content: "";
}

.banner-slider .slick-prev {
  left: 20px;
  background: url(../assets/banner-arrow-1.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 767px) {
  .banner-slider .slick-prev {
    background-size: 15px;
  }
}

.banner-slider .slick-next {
  right: 20px;
  background: url(../assets/banner-arrow-2.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 767px) {
  .banner-slider .slick-next {
    background-size: 15px;
  }
}

.head-right {
  width: 100%;
  margin: 15px 0 0 0;
}

.header-main {
  width: 100%;
  padding: 15px 0;
}

.about-cont {
  width: 100%;
  margin: 60px 0 120px 0;
}
@media (max-width: 767px) {
  .about-cont {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}

.about-img {
  width: 100%;
  height: auto;
  position: relative;
}

.abt-main-img {
  max-width: 500px;
}
@media (max-width: 767px) {
  .abt-main-img {
    max-width: 250px;
    margin: 0px auto;
  }
}

.abt-pop-img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .abt-pop-img {
    width: 60%;
  }
}

.abt-main-img img {
  width: 100%;
}

.abt-pop-img img {
  width: 100%;
}

.about-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .about-content {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}

.about-content p {
  padding: 10px 0 0 0;
  margin: 0;
  text-align: justify;
}

.about-content h2 {
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.cta {
  display: flex;
}

.cta a {
  width: auto;
  height: auto;
  display: flex;
  background: transparent linear-gradient(268deg, #9c042c 0%, #e31d52 100%) 0% 0% no-repeat padding-box;
  border-radius: 60px;
  opacity: 1;
  padding: 8px 8px 8px 25px;
  color: #FFF;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cta a {
    font-size: 12px;
    padding: 4px 4px 4px 15px;
  }
}

.cta a span {
  width: 40px;
  height: 40px;
  background: #FFF url(../assets/arrow.svg) no-repeat center center;
  border-radius: 50px;
  display: block;
  background-size: 15px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .cta a span {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    background-size: 10px;
  }
}

.submit-cta {
  width: auto;
  height: auto;
  display: flex;
  background: transparent linear-gradient(268deg, #9c042c 0%, #e31d52 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  padding: 10px 10px;
  color: #FFF;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: flex;
  justify-content: center;
}

.about-content .cta {
  margin-top: 20px;
}

.offer-part {
  width: 100%;
}

.offering-cont {
  width: 100%;
  background: #162340 url(../assets/offer-bg.png) no-repeat;
  border-radius: 10px;
  padding: 30px;
  margin: 80px 0 80px 0;
}

.offering-cont h2 {
  color: #FFF;
}

.product-slider .slick-prev, .product-slider .slick-next {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  border: #FFF solid 1px;
  background: transparent;
  z-index: 99;
  top: -65px;
}

.e-img {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .e-img img {
    width: 100%;
  }
}

.efaculty-part {
  width: 100%;
}

.e-top {
  background-color: #162340;
  position: relative;
}

.e-top:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  border-top: 20px solid #162340;
  left: 50%;
  bottom: -15px;
}

.e-top p {
  font-size: 30px;
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .e-top p {
    font-size: 1rem;
  }
}

.efaculty-bottom {
  width: 100%;
}

.efaculty-bottom h3 {
  font-weight: 600;
}

.efaculty-bottom {
  background-color: #162340;
  padding: 60px 0;
  margin-top: 50px;
}

.efaculty-bottom h3 {
  color: #FFF;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.efaculty-bottom ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.efaculty-bottom li {
  width: 33.1%;
  color: #FFF;
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
  background: url(../assets/white-arrow.png) no-repeat left center;
  background-size: 12px;
}
@media (max-width: 767px) {
  .efaculty-bottom li {
    width: 100%;
  }
}

.ewd-area {
  padding-right: 20px;
}

.product-slider .slick-next:before, .product-slider .slick-prev:before {
  content: "";
}

.product-slider .slick-prev {
  left: inherit;
  right: 60px;
  background: url(../assets/banner-arrow-1.svg) no-repeat center center;
  background-size: 20px;
}

.product-slider .slick-next {
  right: 0px;
  background: url(../assets/banner-arrow-2.svg) no-repeat center center;
  background-size: 20px;
}

.jd-list {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
}

.jd-list li {
  margin: 8px 0;
  padding: 0 0 0 25px;
  background: url(../assets/black-arrow.png) no-repeat top 6px left 0;
  background-size: 15px;
}

.offer-box-img {
  width: 400px;
  height: 400px;
  border-radius: 600px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .offer-box-img {
    width: 300px;
    height: 300px;
    margin: 0px auto;
  }
}

.offer-box-img:after {
  content: "";
  border: #CF0F42 solid 2px;
  width: 420px;
  height: 420px;
  border-radius: 400px;
  position: absolute;
  left: -10px;
  top: -10px;
  padding: 30px;
}
@media (max-width: 767px) {
  .offer-box-img:after {
    display: none;
  }
}

.offer-box-img img {
  width: 100%;
}

.product {
  width: 100%;
  position: relative;
  padding: 0 10px;
}

.product:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, rgba(22, 35, 64, 0.1490196078) 0%, rgba(22, 35, 64, 0.9882352941) 100%) 0% 0% no-repeat padding-box;
}

.product img {
  width: 100%;
}

.product-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #FFF;
  text-decoration: none;
  z-index: 9;
  padding: 0 20px;
}

.product-content h3 {
  font-size: 18px;
}

.speco-area {
  width: 100%;
  padding-left: 100px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .speco-area {
    padding-left: 0 !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.speco-img {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 40px solid rgba(44, 27, 121, 0.6);
  animation: zoom-in-zoom-out 2s ease infinite;
}
@media (max-width: 767px) {
  .speco-img {
    animation: none;
    width: 280px;
    height: 280px;
    margin: 0px auto;
    border: 25px solid rgba(44, 27, 121, 0.6);
  }
}

.speco-img:after {
  content: "";
}

.timing-area {
  display: flex;
}

.timing-area h5 {
  font-weight: 600;
  color: #FFF;
}

.timing-area p {
  color: #FFF;
}

.timing-area .card {
  padding: 30px;
  background-color: #162340 !important;
  border: #dce0e5 solid 1px !important;
}

.timing-cont {
  margin-bottom: 120px;
}

.speco-img img {
  width: 100%;
  max-width: 200px;
}

.our-specoalization {
  background: #1f1646 url(../assets/of-bg.svg);
  background-size: cover;
  width: 100%;
  color: #FFF;
}

.product-slider .slick-list, .product-slider .slick-slider {
  margin: 0;
  padding: 0;
}

.product-slider .slick-list {
  padding: 0 60px 0 0px !important;
}

.product-image {
  border-radius: 10px;
  overflow: hidden;
}

.offer-head {
  width: 100%;
  padding: 20px 0 40px 0;
}

.speco-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .speco-content {
    text-align: center;
  }
}

.speco-content h3 {
  font-weight: 600;
}

.speco-content p {
  width: 80%;
}
@media (max-width: 767px) {
  .speco-content p {
    text-align: center;
    width: 100%;
  }
}

.sp-align {
  width: 100%;
}
@media (max-width: 767px) {
  .sp-align {
    text-align: center;
  }
  .sp-align .cta {
    justify-items: center;
    align-items: center;
  }
  .sp-align .cta a {
    margin: 0px auto;
  }
}

.our-customers {
  width: 100%;
  background: url(../assets/customer-bg.png) repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 110px 0;
}

.our-customers {
  width: 100%;
}

.customer-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.circle-1 {
  position: relative;
  width: 450px;
  height: 450px;
  background: #FFF;
  border-radius: 50%;
  border: #707070 solid 1px;
  animation-name: rotate2;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 50%;
  animation: zoom-in-zoom-out-1 2s ease infinite;
}
@media (max-width: 767px) {
  .circle-1 {
    width: 300px;
    height: 300px;
    animation: inherit;
    animation: none;
  }
}

.logo-1 {
  left: 50px;
  top: 0;
}

.logo-2 {
  left: -25px;
  bottom: 20%;
}

.logo-3 {
  right: -35px;
  bottom: 50%;
}

.logo-4 {
  right: 40px;
  bottom: 0%;
}

.customer-logo {
  position: absolute;
  width: 90px;
}
@media (max-width: 767px) {
  .customer-logo {
    width: 60px;
  }
}

.customer-logo img {
  width: 100%;
}

.circle-2 {
  position: absolute;
  width: 300px;
  height: 300px;
  background: #cde1fc;
  border-radius: 50%;
  border: #707070 solid 1px;
  animation: zoom-in-zoom-out-2 2s ease infinite;
  /*
  animation-name: rotate1;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;*/
}
@media (max-width: 767px) {
  .circle-2 {
    width: 200px;
    height: 200px;
    animation: none;
  }
}

.circle-2 .logo-5 {
  top: 70px;
  left: -35px;
}

.circle-2 .logo-6 {
  bottom: -39px;
  left: 63px;
}

.circle-2 .logo-7 {
  bottom: 50px;
  right: -32px;
}

.circle-2 .logo-8 {
  top: -23px;
  right: 37px;
}

.circle-3 {
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #FFF;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .circle-3 {
    width: 100px;
    height: 100px;
  }
}

.circle-3 .customer-logo {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-3 .customer-logo img {
  width: 100%;
  max-width: 60%;
}

.banner-slider {
  width: 100%;
  position: relative;
}

.banner-circle {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(22, 35, 64, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: zoom-in-zoom-out 2s ease infinite;
}

.banner-circle:after {
  content: "";
  width: 450px;
  height: 450px;
  border-radius: 600px;
  background: rgba(22, 35, 64, 0.6);
  position: absolute;
  animation: zoom-in-zoom-out1 1.5s ease infinite;
}

.banner-circle h3 {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner-circle h3 {
    font-size: 0.8rem;
  }
}

.banner-circle p {
  color: #FFF;
  font-weight: 300;
}
@media (max-width: 767px) {
  .banner-circle p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

.banner-circle .cta {
  justify-content: center;
}

.banner-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(22, 35, 64, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.banner-content-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}

.customer-head {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.our-specoalization .slick-prev, .our-specoalization .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  border: #FFF solid 1px;
  background: transparent;
  z-index: 99;
}

.our-specoalization .slick-prev {
  left: 0;
  background: url(../assets/banner-arrow-1.svg) no-repeat center center;
  background-size: 20px;
}

.our-specoalization .slick-next {
  right: 0;
  background: url(../assets/banner-arrow-2.svg) no-repeat center center;
  background-size: 20px;
}

footer {
  background-color: #1f1646;
  padding: 50px 0 0 0;
}

.footer-top {
  background-color: #C1114B;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  top: -50px;
  display: none;
}

.follow-us {
  width: 100%;
}

.follow-us ul {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
}

.follow-us li {
  width: auto;
  list-style-type: none;
  margin: 0 10px 0 0;
}

.follow-us li img {
  width: 100%;
  max-width: 30px;
}

.contact-area {
  display: flex;
  flex-direction: row;
}

.contact-area h4 {
  color: #FFF;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.contact-area h4 a {
  color: #FFF;
  text-decoration: none;
}

.contact-round {
  width: 60px;
  height: 60px;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-round img {
  width: 100%;
  max-width: 30px;
}

.spec-head h2 {
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .spec-head h2 {
    text-align: center;
  }
}

.ft-logo {
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ft-logo {
    display: none;
  }
}

.ft-logo img {
  width: 80%;
}

.footer-bottom h5 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.ft-menu {
  width: 100%;
}

.ft-menu li a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}

.ft-menu li a:hover {
  color: #C1114B;
  text-decoration: underline;
}

.footer-bottom p {
  color: #FFF;
  font-size: 14px;
}

.footer-bottom p a {
  color: #FFF;
  text-decoration: none;
}

.footer-bottom p a:hover {
  text-decoration: underline;
  color: #cf0f42;
}

.copy-part {
  width: 100%;
  background: transparent;
  border-top: #FFF solid 1px;
  margin-top: 20px;
}

.copy-part p {
  padding: 20px 0;
  margin: 0;
  color: #FFF;
}

.offer-inner .offer-head h2 {
  text-align: center;
}

.offer-inner .product {
  margin-bottom: 40px;
}

.inner-banner {
  padding: 150px 0;
  position: relative;
  background-size: cover;
}

.inner-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #162340;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.inner-banner-content {
  position: relative;
  z-index: 1;
}

.inner-banner-content h2 {
  color: #FFF;
}

.contact-top {
  background-image: url(../assets/map.svg);
  background-position: center left;
  background-size: cover;
  margin-bottom: 100px;
}

.contact-top h1 {
  font-weight: 600;
}

.contact-right img {
  width: 80%;
}

.contact-map {
  margin-top: 60px;
  margin-bottom: 150px;
}

.main-box {
  background-color: #162340;
}

.contact-top a {
  text-decoration: none;
}

.contact-top h5 {
  font-weight: 700;
  font-size: 1.4rem;
}

.contact-num a {
  color: #FFF;
  font-weight: 500;
}

.contact-num li {
  font-weight: 500;
  color: #FFF;
}

.contact-follow {
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.contact-follow li {
  list-style-type: none;
  margin: 0 10px;
}

.midd-part .bg-success {
  background-color: #e6f8f3 !important;
}

.midd-part .bg-orange {
  background-color: #fff2e7 !important;
}

.midd-part .bg-danger {
  background-color: #fbe9eb !important;
}

.midd-part .bg-purple {
  background-color: #f0ecf9 !important;
}

.midd-part .bg-info {
  background-color: #e7f6f8 !important;
}

.midd-part .bg-blue {
  background-color: #e8ebed !important;
}

.midd-part .bg-warning {
  background-color: #fef6e0 !important;
}

.midd-part .bg-dark {
  background-color: #e9e9ea !important;
}

.midd-part .bg-info {
  background-color: #e7f6f8 !important;
}

.client-list {
  border: none;
}

.client-list .rounded-circle {
  width: 130px;
  height: 130px;
  border-radius: 120px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.partners-items:hover .shadow {
  box-shadow: inherit !important;
  transition: all 0.3s ease;
}

.client-list .rounded-circle img {
  width: 80%;
}

.partners-items h5 {
  padding: 10px 0;
}

.partners-items a {
  color: #162340;
  text-decoration: none;
}

.clients-listing {
  margin: 80px 0 120px 0;
}

.partner-cont {
  width: 100%;
  padding: 80px 0 150px 0;
}

.info img {
  width: 100%;
}

.solution-logo {
  width: auto;
  background-color: #FFF;
  box-shadow: rgba(44, 27, 121, 0.6) 0 2px 5px;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 20px;
  max-width: 200px;
  display: none;
  text-align: center;
}

.solution-logo img {
  width: 80%;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate1 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.main-heading h3 {
  text-transform: capitalize;
  font-weight: 600 !important;
  margin-bottom: 60px;
  text-align: center;
}

.spec-img {
  width: 100%;
}
@media (max-width: 767px) {
  .spec-img {
    margin-top: 30px;
  }
}

.spec-img img {
  width: 100%;
}

.shedul-area {
  background-color: #FFF;
}

.shedu-list {
  padding: 0;
  margin: 0;
}
.shedu-list li {
  width: 100%;
  background: url(../assets/listing-arrow.svg) no-repeat left top 6px;
  background-size: 15px;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 30px;
}

.blue-bg {
  background-color: #162340;
  color: #FFF;
}
.blue-bg .shedu-list li {
  color: #FFF;
  background-image: url(../assets/listing-arrow-white.svg);
}

.shedul-area h4 {
  font-weight: 700 !important;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.shedul-area h5 {
  font-weight: 600 !important;
  font-size: 1.3rem;
}

.sh-pad {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .sh-pad {
    padding-left: 0;
  }
}

.sha-bottom {
  margin-bottom: 60px;
}

.sh-padding {
  padding: 80px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .sh-padding {
    padding-top: 30px;
  }
}

.bg-none {
  background: transparent;
}

.sha-box {
  padding: 10px 0;
}

.m-bottom {
  margin-bottom: 60px;
  padding: 60px 0;
}

.key-area {
  display: flex;
}

.key-ft {
  border: #FFF solid 1px;
  border-radius: 10px;
  margin: 20px 0;
  padding: 30px;
}

.key-features .row {
  justify-content: center;
}

.key-ft h5 {
  font-size: 1.2rem;
  color: #FFF;
  font-weight: 700;
}

.key-features {
  padding: 60px 0;
}

.key-features h4 {
  text-align: center;
}

.ebs-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ebs-list li {
  width: 50%;
}
@media (max-width: 767px) {
  .ebs-list li {
    width: 100%;
  }
}

.ebs-area {
  padding: 80px 0;
}

.benefits-area .key-ft {
  border: #cf0f42 solid 2px;
}

.benefits-area .key-ft h5 {
  color: #000;
}

.jd-key {
  display: flex;
}

.jd-pad {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .jd-pad {
    padding: 30px 0;
  }
}

.docusign h3 {
  font-weight: 600;
  margin-top: 10px;
}

.docsign-counting {
  width: 100%;
  background-color: #1f1646;
  padding: 60px 0 60px 0;
}

.docusign-cont {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .docusign-cont {
    padding: 20px 0;
  }
}

.docsign-counting h4 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.docsign-counting p {
  font-size: 12px;
  color: #FFF;
  margin: 0 0 30px 0;
  padding: 0;
}

.docu-content .about-content {
  justify-content: flex-start;
}

.pr {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .pr {
    padding-right: 0;
  }
}

.pl {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .pl {
    padding-left: 0;
  }
}

.doc-list {
  padding: 0;
  margin: 0;
}
.doc-list li {
  width: 100%;
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
}

.doc-part h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 25px;
}

.cml h5 {
  font-size: 1.5rem;
  margin-top: 20px;
}
.cml h6 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 15px 0 0 0;
  padding: 0;
}

.purple-styling h4 {
  font-size: 1.5rem !important;
  margin-bottom: 10px;
}
.purple-styling p {
  font-size: 0.9rem;
}

.perple-box .ai-last-box {
  position: relative;
}
.perple-box .ai-last-box:after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../assets/ai-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -50px;
}
.perple-box .listing-items li {
  list-style-type: none;
  text-align: left;
  color: #7833ed;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 30px 0;
}
.perple-box .purple-listing {
  width: 100%;
  position: relative;
}
.perple-box .purple-listing:after {
  content: "";
  background: url(../assets/purple-head.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 100%;
  height: 100px;
  top: -70px;
  left: 0;
}
.perple-box .purple-listing:before {
  width: 100%;
  position: absolute;
  height: 100px;
  bottom: -90px;
  left: 0;
  content: "";
  background: url(../assets/purple-head-1.png) no-repeat;
  background-size: contain;
}

.purple-styling h3 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.purple-styling h4 {
  font-size: 1.2rem !important;
  text-transform: capitalize;
}

.perple-list-items h4 {
  margin-top: 30px;
}

.purple-map {
  background-color: #FFF;
  border-radius: 60px;
  padding: 30px;
  margin: 40px;
}
.purple-map img {
  width: 100%;
}

.contact-box {
  background: transparent linear-gradient(268deg, #9c042c 0%, #e31d52 100%) 0% 0% no-repeat padding-box;
}/*# sourceMappingURL=main.css.map */